home *** CD-ROM | disk | FTP | other *** search
INI File | 1998-12-17 | 756 b | 37 lines |
- [if: cookie:"dbName" == ""]
- [HEADER]
- HTTP/1.0 302 FOUND
- Location: default.html
- URI: default.html
-
-
- [/HEADER]
- [/if]
- <html>
-
- <head>
-
- <title>Mailing Labels</title>
-
-
- </head>
- <body bgcolor="white">
- <table width="100%">
- <tr>
- [records]
- <td width="25%" valign="middle" align="center">[field:"ordCustomers::custFirstName"] [field:"ordCustomers::custLastName"]<br>
- [if:field:"ordCustomers::custOrganization"!=""]
- [field:"ordCustomers::custOrganization"]<br>
- [/if]
- [field:"ordCustomers::custAddress"]<br>
- [field:"ordCustomers::custCity"] [field:"ordCustomers::custStateProvince"], [field:"ordCustomers::custPostalCode"]<br>
- [field:"ordCustomers::custCountry"]
- </td>
- [If: (Repetition)=="4"]</tr><tr>
- [/If]
- [/records]
- </tr>
- </table>
- </body>
- </html>
-